Partial Summation
   HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
, summation by parts transforms the
summation In mathematics, summation is the addition of a sequence of any kind of numbers, called ''addends'' or ''summands''; the result is their ''sum'' or ''total''. Beside numbers, other types of values can be summed as well: functions, vectors, mat ...
of products of
sequences In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is called t ...
into other summations, often simplifying the computation or (especially) estimation of certain types of sums. It is also called Abel's lemma or Abel transformation, named after
Niels Henrik Abel Niels Henrik Abel ( , ; 5 August 1802 – 6 April 1829) was a Norwegian mathematician who made pioneering contributions in a variety of fields. His most famous single result is the first complete proof demonstrating the impossibility of solvin ...
who introduced it in 1826.


Statement

Suppose \ and \ are two
sequence In mathematics, a sequence is an enumerated collection of objects in which repetitions are allowed and order matters. Like a set, it contains members (also called ''elements'', or ''terms''). The number of elements (possibly infinite) is calle ...
s. Then, :\sum_^n f_k(g_-g_k) = \left(f_g_ - f_m g_m\right) - \sum_^n g_(f_- f_). Using the
forward difference operator A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for the ...
\Delta, it can be stated more succinctly as :\sum_^n f_k\Delta g_k = \left(f_ g_ - f_m g_m\right) - \sum_^ g_\Delta f_k, Summation by parts is an analogue to
integration by parts In calculus, and more generally in mathematical analysis, integration by parts or partial integration is a process that finds the integral of a product of functions in terms of the integral of the product of their derivative and antiderivative. ...
: :\int f\,dg = f g - \int g\,df, or to
Abel's summation formula In mathematics, Abel's summation formula, introduced by Niels Henrik Abel, is intensively used in analytic number theory and the study of special functions to compute series. Formula Let (a_n)_^\infty be a sequence of real or complex numbers. ...
: :\sum_^n f(k)(g_-g_)= \left(f(n)g_ - f(m) g_m\right) - \int_^n g_ f'(t) dt. An alternative statement is :f_n g_n - f_m g_m = \sum_^ f_k\Delta g_k + \sum_^ g_k\Delta f_k + \sum_^ \Delta f_k \Delta g_k which is analogous to the integration by parts formula for semimartingales. Although applications almost always deal with convergence of sequences, the statement is purely algebraic and will work in any
field Field may refer to: Expanses of open ground * Field (agriculture), an area of land used for agricultural purposes * Airfield, an aerodrome that lacks the infrastructure of an airport * Battlefield * Lawn, an area of mowed grass * Meadow, a grass ...
. It will also work when one sequence is in a
vector space In mathematics and physics, a vector space (also called a linear space) is a set whose elements, often called ''vectors'', may be added together and multiplied ("scaled") by numbers called '' scalars''. Scalars are often real numbers, but can ...
, and the other is in the relevant field of scalars.


Newton series

The formula is sometimes given in one of these - slightly different - forms :\begin \sum_^n f_k g_k &= f_0 \sum_^n g_k+ \sum_^ (f_-f_j) \sum_^n g_k\\ &= f_n \sum_^n g_k - \sum_^ \left( f_- f_j\right) \sum_^j g_k, \end which represent a special case (M = 1) of the more general rule :\begin \sum_^n f_k g_k &= \sum_^ f_0^ G_^+ \sum_^ f^_ G_^ = \\ &= \sum_^ \left( -1 \right)^i f_^ \tilde_^+ \left( -1 \right) ^ \sum_^ f_j^ \tilde_j^; \end both result from iterated application of the initial formula. The auxiliary quantities are
Newton series A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for the ...
: :f_j^:= \sum_^M \left(-1 \right)^ f_ and :G_j^:= \sum_^n g_k, :\tilde_j^:= \sum_^j g_k. A particular (M=n+1) result is the identity :\sum_^n f_k g_k = \sum_^n f_0^ G_i^ = \sum_^n (-1)^i f_^ \tilde_^. Here, is the
binomial coefficient In mathematics, the binomial coefficients are the positive integers that occur as coefficients in the binomial theorem. Commonly, a binomial coefficient is indexed by a pair of integers and is written \tbinom. It is the coefficient of the t ...
.


Method

For two given sequences (a_n) and (b_n) , with n \in \N, one wants to study the sum of the following series: S_N = \sum_^N a_n b_n If we define B_n = \sum_^n b_k, then for every n>0, b_n = B_n - B_ and S_N = a_0 b_0 + \sum_^N a_n (B_n - B_), S_N = a_0 b_0 - a_1 B_0 + a_N B_N + \sum_^ B_n (a_n - a_). Finally S_N = a_N B_N - \sum_^ B_n (a_ - a_n). This process, called an Abel transformation, can be used to prove several criteria of convergence for S_N .


Similarity with an integration by parts

The formula for an integration by parts is \int_a^b f(x) g'(x)\,dx = \left f(x) g(x) \right^ - \int_a^b f'(x) g(x)\,dx. Beside the boundary conditions, we notice that the first integral contains two multiplied functions, one which is integrated in the final integral (g' becomes g ) and one which is differentiated (f becomes f' ). The process of the ''Abel transformation'' is similar, since one of the two initial sequences is summed (b_n becomes B_n ) and the other one is differenced (a_n becomes a_ - a_n ).


Applications

* It is used to prove
Kronecker's lemma In mathematics, Kronecker's lemma (see, e.g., ) is a result about the relationship between convergence of infinite sums and convergence of sequences. The lemma is often used in the proofs of theorems concerning sums of independent random variables ...
, which in turn, is used to prove a version of the strong law of large numbers under
variance In probability theory and statistics, variance is the expectation of the squared deviation of a random variable from its population mean or sample mean. Variance is a measure of dispersion, meaning it is a measure of how far a set of numbe ...
constraints. * It may be used to prove
Nicomachus's theorem In number theory, the sum of the first cubes is the square of the th triangular number. That is, :1^3+2^3+3^3+\cdots+n^3 = \left(1+2+3+\cdots+n\right)^2. The same equation may be written more compactly using the mathematical notation for summa ...
that the sum of the first n cubes equals the square of the sum of the first n positive integers. * Summation by parts is frequently used to prove
Abel's theorem In mathematics, Abel's theorem for power series relates a limit of a power series to the sum of its coefficients. It is named after Norwegian mathematician Niels Henrik Abel. Theorem Let the Taylor series G (x) = \sum_^\infty a_k x^k be a pow ...
and
Dirichlet's test In mathematics, Dirichlet's test is a method of testing for the convergence of a series. It is named after its author Peter Gustav Lejeune Dirichlet, and was published posthumously in the ''Journal de Mathématiques Pures et Appliquées'' in 186 ...
. * One can also use this technique to prove
Abel's test In mathematics, Abel's test (also known as Abel's criterion) is a method of testing for the convergence of an infinite series. The test is named after mathematician Niels Henrik Abel. There are two slightly different versions of Abel's test &nd ...
: If \sum_n b_n is a
convergent series In mathematics, a series is the sum of the terms of an infinite sequence of numbers. More precisely, an infinite sequence (a_0, a_1, a_2, \ldots) defines a series that is denoted :S=a_0 +a_1+ a_2 + \cdots=\sum_^\infty a_k. The th partial ...
, and a_n a bounded
monotone sequence In mathematics, a monotonic function (or monotone function) is a function between ordered sets that preserves or reverses the given order. This concept first arose in calculus, and was later generalized to the more abstract setting of orde ...
, then S_N = \sum_^N a_n b_n converges. Proof of Abel's test. Summation by parts gives \begin S_M - S_N &= a_M B_M - a_N B_N - \sum_^ B_n (a_ - a_n)\\ &= (a_M-a) B_M - (a_N-a) B_N + a(B_M - B_N) - \sum_^ B_n (a_ - a_n), \end where ''a'' is the limit of a_n. As \sum_n b_n is convergent, B_N is bounded independently of N, say by B. As a_n-a go to zero, so go the first two terms. The third term goes to zero by the
Cauchy criterion The Cauchy convergence test is a method used to test infinite series for convergence. It relies on bounding sums of terms in the series. This convergence criterion is named after Augustin-Louis Cauchy who published it in his textbook Cours d'Anal ...
for \sum_n b_n. The remaining sum is bounded by \sum_^ , B_n, , a_-a_n, \le B \sum_^ , a_-a_n, = B, a_N - a_M, by the monotonicity of a_n, and also goes to zero as N \to \infty. Using the same proof as above, one can show that if # the partial sums B_N form a
bounded sequence In mathematics, a function ''f'' defined on some set ''X'' with real or complex values is called bounded if the set of its values is bounded. In other words, there exists a real number ''M'' such that :, f(x), \le M for all ''x'' in ''X''. A ...
independently of N; # \sum_^\infty , a_ - a_n, < \infty (so that the sum \sum_^ , a_-a_n, goes to zero as N goes to infinity) # \lim a_n = 0 then S_N = \sum_^N a_n b_n converges. In both cases, the sum of the series satisfies: , S, = \left, \sum_^\infty a_n b_n \ \le B \sum_^\infty , a_-a_n, .


Summation-by-parts operators for high order finite difference methods

A summation-by-parts (SBP) finite difference operator conventionally consists of a centered difference interior scheme and specific boundary stencils that mimics behaviors of the corresponding integration-by-parts formulation. The boundary conditions are usually imposed by the Simultaneous-Approximation-Term (SAT) technique. The combination of SBP-SAT is a powerful framework for boundary treatment. The method is preferred for well-proven stability for long-time simulation, and high order of accuracy.


See also

*
Convergent series In mathematics, a series is the sum of the terms of an infinite sequence of numbers. More precisely, an infinite sequence (a_0, a_1, a_2, \ldots) defines a series that is denoted :S=a_0 +a_1+ a_2 + \cdots=\sum_^\infty a_k. The th partial ...
*
Divergent series In mathematics, a divergent series is an infinite series that is not convergent, meaning that the infinite sequence of the partial sums of the series does not have a finite limit. If a series converges, the individual terms of the series mus ...
*
Integration by parts In calculus, and more generally in mathematical analysis, integration by parts or partial integration is a process that finds the integral of a product of functions in terms of the integral of the product of their derivative and antiderivative. ...
*
Cesàro summation In mathematical analysis, Cesàro summation (also known as the Cesàro mean ) assigns values to some infinite sums that are not necessarily convergent in the usual sense. The Cesàro sum is defined as the limit, as ''n'' tends to infinity, of ...
*
Abel's theorem In mathematics, Abel's theorem for power series relates a limit of a power series to the sum of its coefficients. It is named after Norwegian mathematician Niels Henrik Abel. Theorem Let the Taylor series G (x) = \sum_^\infty a_k x^k be a pow ...
* Abel sum formula


References


Bibliography

* {{cite journal , first=Neils Henrik , last=Abel , authorlink= Niels Henrik Abel , title=Untersuchungen über die Reihe 1+ \frac{m}{x} + \frac{m\cdot (m-1)}{2\cdot 1} x^2 + \frac{m\cdot (m-1)\cdot (m-2)}{3\cdot 2\cdot 1} x^3 + \ldots u.s.w. , journal= J. Reine Angew. Math. , volume=1 , year=1826 , pages=311–339 Summability methods Real analysis Lemmas in algebra